mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
add test api key type
This commit is contained in:
@@ -142,6 +142,7 @@ class ApiKey(db.Model, Versioned):
|
||||
|
||||
KEY_TYPE_NORMAL = 'normal'
|
||||
KEY_TYPE_TEAM = 'team'
|
||||
KEY_TYPE_TEST = 'test'
|
||||
|
||||
|
||||
class KeyTypes(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user