Skip to content

Commit cef7d44

Browse files
update index.rb
1 parent 9914f9c commit cef7d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
app = NavyKit.new
66
Handler = Proc.new do |request, response|
77
response["Access-Control-Allow-Origin"] = "*"
8-
response["Access-Control-Allow-Methods"] = "GET, POST, OPTIONS"
8+
response["Access-Control-Allow-Methods"] = "*"
99
response["Content-Type"] = "application/json"
1010
response.status = 200;
1111
app.use(request, response)

0 commit comments

Comments
 (0)