Skip to content

Commit 23f0a9a

Browse files
committed
CORS fix
1 parent da4cf39 commit 23f0a9a

File tree

11 files changed

+44
-678
lines changed

11 files changed

+44
-678
lines changed

.editorconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
root = true
55

66
[*]
7-
charset = utf-8
87
end_of_line = lf
8+
charset = utf-8
99
indent_size = 4
10-
indent_style = tab
11-
insert_final_newline = true
10+
indent_style = space
1211
trim_trailing_whitespace = true
1312

1413
[*.yaml]
1514
indent_size = 2
16-
indent_style = space
1715

1816
[*.json]
1917
indent_size = 2
20-
indent_style = space

.gitignore

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
*~
2-
*.amp.html
3-
.cache
4-
*.class
5-
crash.log
6-
dist/
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
75
.DS_Store
86
*.env
9-
*.gz
10-
.idea/
11-
.jekyll-metadata
12-
node_modules/
13-
*.pyc
14-
.sass-cache/
15-
_site/
16-
tmp/
17-
_tmp/
18-
*.tgz
19-
venv/
20-
.vscode/
21-
*.zip
7+
dist/
8+
tmp
9+
*.tmp
10+
wheels/
11+
*.egg-info
12+
13+
# Virtual environments
14+
.venv

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
629629
state the exclusion of warranty; and each file should have at least
630630
the "copyright" line and a pointer to where the full notice is found.
631631

632-
<one line to give the program's name and a brief idea of what it does.>
633-
Copyright (C) <year> <name of author>
632+
regexplanet-python3 - test Python v3 regular expressions
633+
Copyright (C) 2024 Andrew Marcuse
634634

635635
This program is free software: you can redistribute it and/or modify
636636
it under the terms of the GNU Affero General Public License as published by

app.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

deploy.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

favicon.ico

-87.9 KB
Binary file not shown.

favicon.svg

Lines changed: 0 additions & 271 deletions
This file was deleted.

0 commit comments

Comments
 (0)