diff options
| author | Michael Grote | 2023-04-12 16:28:16 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-12 16:28:16 +0200 |
| commit | 8a7a5ecd224a291f6b1ad95d239051eccad8e1cf (patch) | |
| tree | 694ea20038d22dd0835e9062d9aa4671731a477c /app.py | |
| parent | cc5e40b5f5adbd9270e41b96eeb76710ac6f8f2a (diff) | |
set port explicit
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,3 +31,8 @@ if __name__ == '__main__': # curl -X POST -F 'file=@/path/to/file' http://localhost:5000/upload # curl http://localhost:5000/files + + + +# farben im putput weg +# wsgi server |