Skip to content

Commit

Permalink
delete main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Mar 19, 2024
1 parent cc41d55 commit 986f3e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
3 changes: 1 addition & 2 deletions apps/schematic/api/schematic_api/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3

import connexion
from flask_cors import CORS
import flask
Expand All @@ -18,7 +17,7 @@


def main():
app.run(port=7080, debug=False)
app.run(port=7443, debug=False)


if __name__ == "__main__":
Expand Down
24 changes: 0 additions & 24 deletions apps/schematic/api/schematic_api/main.py

This file was deleted.

0 comments on commit 986f3e8

Please sign in to comment.