mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Changed CORS policy allow all origins
Added Dockerfile to website Changed Ports
This commit is contained in:
4
Website/Dockerfile
Normal file
4
Website/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM nginx:1.10.1-alpine
|
||||
COPY . /usr/share/nginx/html
|
||||
EXPOSE 6531
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
@ -1,4 +1,4 @@
|
||||
const apiUri = "http://localhost:5177";
|
||||
const apiUri = "http://localhost:6530";
|
||||
|
||||
async function GetData(uri){
|
||||
let request = await fetch(uri, {
|
||||
|
Reference in New Issue
Block a user