Skip to content

Commit e5205e6

Browse files
committed
Fix: host and port
1 parent c347ee9 commit e5205e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def main():
55
api_server = PublicAPI(DBManager())
6-
api_server.run(URL(host="parktrack-api.nawinds.dev/", port="443"))
6+
api_server.run(URL(host="127.0.0.1", port="8000"))
77

88
if __name__ == "__main__":
99
main()

0 commit comments

Comments
 (0)