Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microservice: Fix get annotations format
- Only split at the first occurence of '=', this allow values containing '=' character. - Strip splitted parts, so we can have following forms: `key = value`, or `key= value ` - Also fix wrong index access annotation value, [1:-1] slices the content from 1 to second last, which leads to incompleted values.
- Loading branch information