diff options
| author | realtradam <[email protected]> | 2024-06-08 00:16:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-08 00:16:57 -0400 |
| commit | db60994dfa088c44aecfceea6329934b1ce9f3b5 (patch) | |
| tree | b8ceb1f87a4816f4f07e0be113b8cdf0ab5fcdad /app/controllers | |
| parent | 310538bd9f7bcf893b163481116821c8db41dd2a (diff) | |
| download | gameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.tar.gz gameHolster-db60994dfa088c44aecfceea6329934b1ce9f3b5.zip | |
update secret and syntax error
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/platform_tags_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/platform_tags_controller.rb b/app/controllers/platform_tags_controller.rb index 538fe59..e3f7392 100644 --- a/app/controllers/platform_tags_controller.rb +++ b/app/controllers/platform_tags_controller.rb @@ -3,6 +3,6 @@ class PlatformTagsController < ApplicationController end def create tag = PlatformTag.create!(user_params) - render json: { status: "OK", message "Tag created" }, status: 201 + render json: { status: "OK", message: "Tag created" }, status: 201 end end |
