Skip to content

Commit

Permalink
updating API key to match dev env key
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jun 27, 2024
1 parent cf3bdcc commit 543fb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/idsse_testing/ims_service/src/ims_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from flask import Flask, request, jsonify

app = Flask(__name__)
app.config['GSL_KEY'] = 'GSL_234386fd-eb0a-408f-9ea2-149506a742bf'
app.config['GSL_KEY'] = '8209c979-e3de-402e-a1f5-556d650ab889'

# The joined profiles from the JSON examples...
ims_request = {'errors': [], 'profiles': []}
Expand Down

0 comments on commit 543fb0d

Please sign in to comment.