mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
110067722: Added endpoints for add-service
Post is not complete as of yet.
This commit is contained in:
@@ -82,3 +82,7 @@ def validate_code(field, code):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
|
||||
class AddServiceForm(Form):
|
||||
service_name = StringField(validators=[DataRequired(message='Name can not be empty')])
|
||||
|
||||
Reference in New Issue
Block a user