diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-05 11:10:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-05 11:10:34 -0700 |
| commit | 502228f90f6e3e7b03d2c3165a9b8b8f00e29dce (patch) | |
| tree | f53507beb32ef880b9571826d989683f7ba2ee59 /bin/idp | |
| parent | 98512feda282c2138e0bad54eb491f00e1cd5105 (diff) | |
feat: add a REST API service
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,5 +320,5 @@ if __FILE__ == $0 run IdentityProvider.new end.to_app - Rackup::Server.start(app: app, Port: 8282) + Rackup::Server.start(app: app, Port: ENV.fetch('PORT', 8282).to_i) end |
