Skip to content

Tch1b0/dsb-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsb-middleware

What?

The mobile-dsb API doesn't send a CORS header. This API sends a request with the URI you enter to the mobile-dsb API, adds the CORS header and sends you the body

Setting up

$ git clone https://github.com/Tch1b0/dsb-middleware

Now you can edit the port the Service will run on in the .env file

$ docker-compose build
$ docker-compose up -d

The Service will now run either on port 5010 or the port you declared in the .env file

References