Skip to content

Commit 18f17c0

Browse files
committed
Update for new export endpoint.
1 parent 9f6e456 commit 18f17c0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

nginx.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ http {
7979
proxy_pass http://graphql_servers;
8080
}
8181

82-
location /swc {
83-
proxy_pass http://export_servers;
84-
}
85-
86-
location /json {
82+
location /export {
8783
proxy_pass http://export_servers;
8884
}
8985
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mnb-public-proxy",
3-
"version": "1.4.0",
3+
"version": "1.6.0",
44
"private": true,
55
"repository": "https://github.com/MouseLightPipeline/mnb-public-proxy.git",
66
"author": "Patrick Edson <[email protected]>",

0 commit comments

Comments
 (0)